ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / FontFace Class / GetGdiCompatibleGlyphMetrics Method / GetGdiCompatibleGlyphMetrics(Single,Single,Nullable<Matrix3x2>,Bool,Int16[],Int32,GlyphMetrics[],Bool) Method

In This Topic
    GetGdiCompatibleGlyphMetrics(Single,Single,Nullable<Matrix3x2>,Bool,Int16[],Int32,GlyphMetrics[],Bool) Method
    In This Topic
    HRESULT IDWriteFontFace::GetGdiCompatibleGlyphMetrics([In] float emSize,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL useGdiNatural,[In, Buffer] const unsigned short* glyphIndices,[In] unsigned int glyphCount,[Out, Buffer] DWRITE_GLYPH_METRICS* glyphMetrics,[In] BOOL isSideways)
    Syntax
    'Declaration
     
    Public Overloads Sub GetGdiCompatibleGlyphMetrics( _
       ByVal emSize As Single, _
       ByVal pixelsPerDip As Single, _
       ByVal transform As Nullable(Of Matrix3x2), _
       ByVal useGdiNatural As Bool, _
       ByVal glyphIndices() As Short, _
       ByVal glyphCount As Integer, _
       ByVal glyphMetrics() As GlyphMetrics, _
       ByVal isSideways As Bool _
    ) 
    public void GetGdiCompatibleGlyphMetrics( 
       float emSize,
       float pixelsPerDip,
       Nullable<Matrix3x2> transform,
       Bool useGdiNatural,
       short[] glyphIndices,
       int glyphCount,
       GlyphMetrics[] glyphMetrics,
       Bool isSideways
    )

    Parameters

    emSize
    pixelsPerDip
    transform
    useGdiNatural
    glyphIndices
    glyphCount
    glyphMetrics
    isSideways
    See Also